ComponentOne ASP.NET MVC Controls
CollapsedHeaders Property

C1.Web.Mvc.MultiRow Namespace > MultiRow<T> Class : CollapsedHeaders Property
Gets or sets a value that determines whether column headers should be collapsed and displayed as a single row displaying the group headers.
Syntax
'Declaration
 
<DefaultValueAttribute(False)>
Public Property CollapsedHeaders As Nullable(Of Boolean)
[DefaultValue(false)]
public Nullable<bool> CollapsedHeaders {get; set;}
Remarks
Setting to null causes the grid to show all header information (groups and columns).
See Also

Reference

MultiRow<T> Class
MultiRow<T> Members